opencard.opt.database
Interface DatabaseCardService.Constants

All Known Implementing Classes:
BasicDatabase, DataObject
Enclosing interface:
DatabaseCardService

public static interface DatabaseCardService.Constants

The Constants inner interface allows to use standardized constants.
It provides constants used to deal with database smartcards such as constants which describes SCQL operation or code used to manage SCQL exceptions.


Field Summary
static byte BEGIN
           
static byte COMMIT
           
static byte CREATE_DICTIONARY
           
static byte CREATE_TABLE
           
static byte CREATE_USER
           
static byte CREATE_VIEW
           
static byte DECLARE_CURSOR
           
static byte DELETE
           
static byte DELETE_USER
           
static byte DROP_TABLE
           
static byte DROP_VIEW
           
static byte EQUAL_TO
           
static byte FETCH
           
static byte FETCH_NEXT
           
static byte GRANT
           
static byte GREATER_THAN
           
static byte GREATER_THAN_OR_EQUAL_TO
           
static byte INSERT
           
static byte LESS_THAN
           
static byte LESS_THAN_OR_EQUAL_TO
           
static byte NEXT
           
static byte NOT_EQUAL_TO
           
static byte OPEN
           
static byte PRESENT_USER
           
static byte PRIV_ALL
           
static byte PRIV_DELETE
           
static byte PRIV_INSERT
           
static byte PRIV_SELECT
           
static byte PRIV_UPDATE
           
static byte REVOKE
           
static byte ROLLBACK
           
static byte SCQL_OPERATION
          INS coding constants (SCQL constant to perform SCQL operations such as createTable, createView, grant, revoke ...)
static byte SW1_CHECK_ERROR
           
static byte SW1_COMMAND_NOT_ALLOWED
           
static byte SW1_EXEC_ERROR
           
static byte SW1_INSTRUCTION_CODE_NOT_SUPPORTED
           
static byte SW1_OK
           
static byte SW1_OK_WITH_RETURN
           
static byte SW1_WARNING
           
static byte SW1_WRONG_LENGTH
           
static byte SW1_WRONG_PARAM
           
static byte SW2_CHECK_ERROR
           
static byte SW2_COMMAND_NOT_ALLOWED
           
static byte SW2_EXEC_ERROR
           
static byte SW2_INCORRECT_PARAM
           
static byte SW2_INSTRUCTION_CODE_NOT_SUPPORTED
           
static byte SW2_MEM_FAILURE
           
static byte SW2_OBJECT_ALREADY_EXISTS
           
static byte SW2_OBJECT_NOT_FOUND
           
static byte SW2_OK
           
static byte SW2_OPERATION_NOT_SUPPORTED
           
static byte SW2_REQUIRED_OPERATION
           
static byte SW2_SECURITY
           
static byte SW2_WARNING
           
static byte SW2_WRONG_PARAM
           
static byte TAG_CH_CERTIFICATE_1
           
static byte TAG_CH_CERTIFICATE_2
           
static byte TAG_CH_NAME_1
           
static byte TAG_CH_NAME_2
           
static byte TRANSACTION_OPERATION
           
static byte UPDATE
           
static byte USER_OPERATION
           
 

Field Detail

SCQL_OPERATION

public static final byte SCQL_OPERATION
INS coding constants (SCQL constant to perform SCQL operations such as createTable, createView, grant, revoke ...)

See Also:
Constant Field Values

TRANSACTION_OPERATION

public static final byte TRANSACTION_OPERATION
See Also:
Constant Field Values

USER_OPERATION

public static final byte USER_OPERATION
See Also:
Constant Field Values

CREATE_TABLE

public static final byte CREATE_TABLE
See Also:
Constant Field Values

CREATE_VIEW

public static final byte CREATE_VIEW
See Also:
Constant Field Values

CREATE_DICTIONARY

public static final byte CREATE_DICTIONARY
See Also:
Constant Field Values

DROP_TABLE

public static final byte DROP_TABLE
See Also:
Constant Field Values

DROP_VIEW

public static final byte DROP_VIEW
See Also:
Constant Field Values

GRANT

public static final byte GRANT
See Also:
Constant Field Values

REVOKE

public static final byte REVOKE
See Also:
Constant Field Values

DECLARE_CURSOR

public static final byte DECLARE_CURSOR
See Also:
Constant Field Values

OPEN

public static final byte OPEN
See Also:
Constant Field Values

NEXT

public static final byte NEXT
See Also:
Constant Field Values

FETCH

public static final byte FETCH
See Also:
Constant Field Values

FETCH_NEXT

public static final byte FETCH_NEXT
See Also:
Constant Field Values

INSERT

public static final byte INSERT
See Also:
Constant Field Values

UPDATE

public static final byte UPDATE
See Also:
Constant Field Values

DELETE

public static final byte DELETE
See Also:
Constant Field Values

BEGIN

public static final byte BEGIN
See Also:
Constant Field Values

COMMIT

public static final byte COMMIT
See Also:
Constant Field Values

ROLLBACK

public static final byte ROLLBACK
See Also:
Constant Field Values

PRESENT_USER

public static final byte PRESENT_USER
See Also:
Constant Field Values

CREATE_USER

public static final byte CREATE_USER
See Also:
Constant Field Values

DELETE_USER

public static final byte DELETE_USER
See Also:
Constant Field Values

EQUAL_TO

public static final byte EQUAL_TO
See Also:
Constant Field Values

LESS_THAN

public static final byte LESS_THAN
See Also:
Constant Field Values

GREATER_THAN

public static final byte GREATER_THAN
See Also:
Constant Field Values

LESS_THAN_OR_EQUAL_TO

public static final byte LESS_THAN_OR_EQUAL_TO
See Also:
Constant Field Values

GREATER_THAN_OR_EQUAL_TO

public static final byte GREATER_THAN_OR_EQUAL_TO
See Also:
Constant Field Values

NOT_EQUAL_TO

public static final byte NOT_EQUAL_TO
See Also:
Constant Field Values

PRIV_INSERT

public static final byte PRIV_INSERT
See Also:
Constant Field Values

PRIV_SELECT

public static final byte PRIV_SELECT
See Also:
Constant Field Values

PRIV_UPDATE

public static final byte PRIV_UPDATE
See Also:
Constant Field Values

PRIV_DELETE

public static final byte PRIV_DELETE
See Also:
Constant Field Values

PRIV_ALL

public static final byte PRIV_ALL
See Also:
Constant Field Values

SW1_OK

public static final byte SW1_OK
See Also:
Constant Field Values

SW1_OK_WITH_RETURN

public static final byte SW1_OK_WITH_RETURN
See Also:
Constant Field Values

SW2_OK

public static final byte SW2_OK
See Also:
Constant Field Values

SW1_WARNING

public static final byte SW1_WARNING
See Also:
Constant Field Values

SW2_WARNING

public static final byte SW2_WARNING
See Also:
Constant Field Values

SW1_EXEC_ERROR

public static final byte SW1_EXEC_ERROR
See Also:
Constant Field Values

SW2_EXEC_ERROR

public static final byte SW2_EXEC_ERROR
See Also:
Constant Field Values

SW2_MEM_FAILURE

public static final byte SW2_MEM_FAILURE
See Also:
Constant Field Values

SW1_CHECK_ERROR

public static final byte SW1_CHECK_ERROR
See Also:
Constant Field Values

SW2_CHECK_ERROR

public static final byte SW2_CHECK_ERROR
See Also:
Constant Field Values

SW1_COMMAND_NOT_ALLOWED

public static final byte SW1_COMMAND_NOT_ALLOWED
See Also:
Constant Field Values

SW2_COMMAND_NOT_ALLOWED

public static final byte SW2_COMMAND_NOT_ALLOWED
See Also:
Constant Field Values

SW2_SECURITY

public static final byte SW2_SECURITY
See Also:
Constant Field Values

SW2_REQUIRED_OPERATION

public static final byte SW2_REQUIRED_OPERATION
See Also:
Constant Field Values

SW1_WRONG_PARAM

public static final byte SW1_WRONG_PARAM
See Also:
Constant Field Values

SW2_WRONG_PARAM

public static final byte SW2_WRONG_PARAM
See Also:
Constant Field Values

SW2_INCORRECT_PARAM

public static final byte SW2_INCORRECT_PARAM
See Also:
Constant Field Values

SW2_OPERATION_NOT_SUPPORTED

public static final byte SW2_OPERATION_NOT_SUPPORTED
See Also:
Constant Field Values

SW2_OBJECT_NOT_FOUND

public static final byte SW2_OBJECT_NOT_FOUND
See Also:
Constant Field Values

SW2_OBJECT_ALREADY_EXISTS

public static final byte SW2_OBJECT_ALREADY_EXISTS
See Also:
Constant Field Values

SW1_WRONG_LENGTH

public static final byte SW1_WRONG_LENGTH
See Also:
Constant Field Values

SW1_INSTRUCTION_CODE_NOT_SUPPORTED

public static final byte SW1_INSTRUCTION_CODE_NOT_SUPPORTED
See Also:
Constant Field Values

SW2_INSTRUCTION_CODE_NOT_SUPPORTED

public static final byte SW2_INSTRUCTION_CODE_NOT_SUPPORTED
See Also:
Constant Field Values

TAG_CH_CERTIFICATE_1

public static final byte TAG_CH_CERTIFICATE_1
See Also:
Constant Field Values

TAG_CH_CERTIFICATE_2

public static final byte TAG_CH_CERTIFICATE_2
See Also:
Constant Field Values

TAG_CH_NAME_1

public static final byte TAG_CH_NAME_1
See Also:
Constant Field Values

TAG_CH_NAME_2

public static final byte TAG_CH_NAME_2
See Also:
Constant Field Values